Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect documentation for _mm_loadu_si64 function #1675

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BLANKatGITHUB
Copy link

The documentation incorrectly stated that the function loads 16 bits of integer data. This commit corrects the documentation to accurately reflect that the function loads 64 bits (8 bytes) of integer data from memory into a new vector.

closes rust-lang/rust#133062

The documentation incorrectly stated that the function loads 16 bits of integer data. 
This commit corrects the documentation to accurately reflect that the function loads 
64 bits (8 bytes) of integer data from memory into a new vector.
@rustbot
Copy link
Collaborator

rustbot commented Nov 16, 2024

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) some time within the next two weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs for _mm_loadu_si64 claim it loads 16 bits
3 participants